* epa.el (epa-popup-info-window): Doc fix.
authorRichard Stallman <rms@gnu.org>
Fri, 19 Jul 2013 13:30:58 +0000 (09:30 -0400)
committerRichard Stallman <rms@gnu.org>
Fri, 19 Jul 2013 13:30:58 +0000 (09:30 -0400)
lisp/ChangeLog
lisp/epa.el

index 473e014bc9cfa385d37af2bf92cbe3501739ec74..88aa3d0c0cc5f4e93e8dbe18a4cadaec66044f9c 100644 (file)
@@ -1,5 +1,7 @@
 2013-07-19  Richard Stallman  <rms@gnu.org>
 
+       * epa.el (epa-popup-info-window): Doc fix.
+
        * subr.el (split-string): New arg TRIM.
 
 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
index 14f8879c1c65caacf8d4b176bd9fc11697a9ac8c..68e7a18fe172e328acffad2ac886195cea4528a7 100644 (file)
@@ -34,8 +34,7 @@
   :group 'epg)
 
 (defcustom epa-popup-info-window t
-  "If non-nil, status information from epa commands is displayed on
-the separate window."
+  "If non-nil, display status information from epa commands in another window."
   :type 'boolean
   :group 'epa)